home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stuart Little 2 Press Kit
/
Stuart Little 2 Press Kit.iso
/
pc
/
SL2.dxr
/
New Save Image Cast_145_IM10_SV_Thumb.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-06-24
|
240 b
|
22 lines
on mouseWithin me
cursor(280)
end
on mouseLeave me
cursor(0)
end
on mouseDown me
global gIM10
if gIM10 = 1 then
gIM10 = 0
else
gIM10 = 1
end if
end
on mouseUp me
sound(3).play(member("Shutter"))
updateStage()
end